home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
tools
/
gcc
/
gcc270_inclib.lha
/
gnu
/
os-include
/
proto
/
dos.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-09-23
|
338 b
|
19 lines
#ifndef PROTO_DOS_H
#define PROTO_DOS_H
#ifndef DOS_EXALL_H
#include <dos/exall.h>
#endif
#ifndef UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif
#include <clib/dos_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/dos.h>
#endif
#ifndef __NOLIBBASE__
extern struct DosLibrary *DOSBase;
#endif
#endif